home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 February / Chip_2004-02_cd1.bin / software / grab / grab.exe / {app} / WinGrab.exe / 0 / RCDATA / TOUTPUTOPTIONSDIALOG / TOUTPUTOPTIONSDIALOG.txt
Text File  |  2001-10-17  |  3KB  |  141 lines

  1. object OutputOptionsDialog: TOutputOptionsDialog
  2.   Left = 335
  3.   Top = 20
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Save as JPG options:'
  7.   ClientHeight = 164
  8.   ClientWidth = 294
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object OKBtn: TButton
  20.     Left = 47
  21.     Top = 128
  22.     Width = 60
  23.     Height = 25
  24.     Caption = 'OK'
  25.     Default = True
  26.     ModalResult = 1
  27.     TabOrder = 0
  28.   end
  29.   object CancelBtn: TButton
  30.     Left = 111
  31.     Top = 128
  32.     Width = 60
  33.     Height = 25
  34.     Caption = 'Cancel'
  35.     ModalResult = 2
  36.     TabOrder = 1
  37.   end
  38.   object RadioGroup1: TRadioGroup
  39.     Left = 10
  40.     Top = 8
  41.     Width = 121
  42.     Height = 106
  43.     Caption = ' Format: '
  44.     TabOrder = 2
  45.   end
  46.   object standard: TRadioButton
  47.     Left = 24
  48.     Top = 54
  49.     Width = 65
  50.     Height = 17
  51.     HelpContext = 202
  52.     Caption = 'Baseline'
  53.     TabOrder = 3
  54.   end
  55.   object progressive: TRadioButton
  56.     Left = 24
  57.     Top = 80
  58.     Width = 81
  59.     Height = 17
  60.     HelpContext = 203
  61.     Caption = 'Progressive'
  62.     TabOrder = 4
  63.   end
  64.   object optimal: TRadioButton
  65.     Left = 24
  66.     Top = 28
  67.     Width = 73
  68.     Height = 17
  69.     HelpContext = 201
  70.     Caption = 'Optimized'
  71.     Checked = True
  72.     TabOrder = 5
  73.     TabStop = True
  74.   end
  75.   object BildetekstCheckBox: TCheckBox
  76.     Left = 150
  77.     Top = 96
  78.     Width = 105
  79.     Height = 17
  80.     HelpContext = 204
  81.     Caption = 'Save image text'
  82.     TabOrder = 6
  83.   end
  84.   object GroupBox1: TGroupBox
  85.     Left = 146
  86.     Top = 8
  87.     Width = 135
  88.     Height = 56
  89.     Caption = ' Compression:'
  90.     TabOrder = 7
  91.     object Label1: TLabel
  92.       Left = 12
  93.       Top = 24
  94.       Width = 41
  95.       Height = 13
  96.       Caption = 'Quality ='
  97.     end
  98.     object quality: TEdit
  99.       Left = 80
  100.       Top = 22
  101.       Width = 28
  102.       Height = 21
  103.       HelpContext = 200
  104.       TabOrder = 0
  105.       Text = '85'
  106.       OnExit = qualityExit
  107.       OnKeyPress = qualityKeyPress
  108.     end
  109.     object UpDown1: TUpDown
  110.       Left = 108
  111.       Top = 22
  112.       Width = 15
  113.       Height = 21
  114.       Associate = quality
  115.       Min = 0
  116.       Increment = 5
  117.       Position = 85
  118.       TabOrder = 1
  119.       Wrap = False
  120.     end
  121.   end
  122.   object GrayscaleCheckBox: TCheckBox
  123.     Left = 150
  124.     Top = 74
  125.     Width = 113
  126.     Height = 18
  127.     HelpContext = 207
  128.     Caption = 'Save as grayscale'
  129.     TabOrder = 8
  130.   end
  131.   object DefaultButton: TButton
  132.     Left = 216
  133.     Top = 128
  134.     Width = 60
  135.     Height = 25
  136.     Caption = 'Defaults'
  137.     TabOrder = 9
  138.     OnClick = DefaultButtonClick
  139.   end
  140. end
  141.